regexp.inputString.str (field)
12 uses
regexp (current package)
exec.go#L62: i.string.str = s
exec.go#L81: i.string.str = ""
regexp.go#L382: str string
regexp.go#L386: if pos < len(i.str) {
regexp.go#L387: return utf8.DecodeRuneInString(i.str[pos:])
regexp.go#L397: return strings.HasPrefix(i.str, re.prefix)
regexp.go#L401: return strings.Index(i.str[pos:], re.prefix)
regexp.go#L407: if uint(pos-1) < uint(len(i.str)) {
regexp.go#L408: r1, _ = utf8.DecodeLastRuneInString(i.str[:pos])
regexp.go#L411: if uint(pos) < uint(len(i.str)) {
regexp.go#L412: r2, _ = utf8.DecodeRuneInString(i.str[pos:])
regexp.go#L773: is := inputString{str: s}
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)